home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSprite(10, 1)
- set the castNum of sprite 10 to 128
- updateStage()
- sound playFile 1, "click"
- repeat while soundBusy(1)
- nothing()
- end repeat
- set the castNum of sprite 10 to 127
- updateStage()
- puppetSprite(10, 0)
- go("hcfresh")
- end
-